Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) ^1.56.1 -> ^1.57.0 age confidence
@typescript-eslint/utils (source) ^8.47.0 -> ^8.48.1 age confidence
@vitest/eslint-plugin ^1.4.3 -> ^1.5.1 age confidence
cypress (source) ^15.6.0 -> ^15.7.1 age confidence
eslint-plugin-playwright ^2.3.0 -> ^2.4.0 age confidence
eslint-plugin-vue (source) ~10.5.1 -> ~10.6.2 age confidence
execa ^9.6.0 -> ^9.6.1 age confidence
geckodriver ^6.0.2 -> ^6.1.0 age confidence
pkgroll ^2.20.1 -> ^2.21.4 age confidence
pnpm (source) 10.22.0 -> 10.24.0 age confidence
start-server-and-test ^2.1.2 -> ^2.1.3 age confidence
tsx (source) ^4.20.6 -> ^4.21.0 age confidence
typescript-eslint (source) ^8.47.0 -> ^8.48.1 age confidence
vitest (source) ^4.0.10 -> ^4.0.15 age confidence
vue (source) ^3.5.24 -> ^3.5.25 age confidence
vue-tsc (source) ^3.1.4 -> ^3.1.5 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.57.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.48.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.5.1

Compare Source

   🐞 Bug Fixes
  • no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError  -  by @​y-hsgw in #​832 (4ea56)
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • consistent-test-it: Handle aliased Vitest imports when enforcing consistent test names  -  by @​y-hsgw in #​828 (54be6)
    View changes on GitHub

What's Changed

  • fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by @​y-hsgw in #​828
  • feat: Add rule to recommended Vitest ESLint config by @​y-hsgw in #​827

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0

v1.4.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.3...v1.4.4

cypress-io/cypress (cypress)

v15.7.1

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#15-7-1

v15.7.0

Compare Source

playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)

v2.4.0

Compare Source

Bug Fixes
  • missing-playwright-await: prevent infinite recursion in checkValidity (9ce346d)
Features
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes
sindresorhus/execa (execa)

v9.6.1

Compare Source


webdriverio-community/node-geckodriver (geckodriver)

v6.1.0: Release 6.1.0

Compare Source

privatenumber/pkgroll (pkgroll)

v2.21.4

Compare Source

Bug Fixes
  • dont resolve .js to .ts in external dependency (03c7283), closes #​141

v2.21.3

Compare Source

Bug Fixes
  • resolve implicit external path (d972431)

v2.21.2

Compare Source

Bug Fixes

v2.21.1

Compare Source

Bug Fixes
  • resolver: prefer .js over .ts in node_modules (46d4202)

v2.21.0

Compare Source

Bug Fixes
Features
pnpm/pnpm (pnpm)

v10.24.0

Compare Source

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:is-odd@3.0.1) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
bahmutov/start-server-and-test (start-server-and-test)

v2.1.3

Compare Source

Bug Fixes
privatenumber/tsx (tsx)

v4.21.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (vitest)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub
vuejs/core (vue)

v3.5.25

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.1.5

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d350ff4 to d9c9dfb Compare December 2, 2025 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9c9dfb to 56e32b0 Compare December 3, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant